home *** CD-ROM | disk | FTP | other *** search
- n = "0";
- n1 = "0";
- while(n1 < "4")
- {
- n1 += "1";
- while(n < "28")
- {
- n += "1";
- if(n < "14" or "17" < n)
- {
- duplicateMovieClip("bgbox","bgbox" add (n + n1 * "30"),n + "200" + n1 * "30" + 16384);
- setProperty("bgbox" add (n + n1 * "30"), _X, n1 * "10" * boxw + temp2);
- setProperty("bgbox" add (n + n1 * "30"), _Y, (n + "1") * boxh);
- set("x" add n1 * "10" add "y" add (n + "1"),temp1);
- }
- }
- n = "0";
- }
-